FILEFIND.CREATION_TIME Function

Syntax

Creation_Time as T = fileFindObj.Creation_Time()

Returns

Creation_TimeTime

Returns the time the file was created.

Description

The .CREATION_TIME() method returns the time the file was created.

Example

dim fileFindObj as P
fileFindObj = filefind.first("c:\*.txt")
? fileFindObj.creation_time()
= 02/27/2003 10:05:50 65 am
? fileFindObj.name()
= c:\Button.Txt"

See Also